$(document).ready(function() { var slider = $('.c-layout-revo-slider .tp-banner'); var cont = $('.c-layout-revo-slider .tp-banner-container'); var height = (App.getViewPort().width < App.getBreakpoint('md') ? 400 : 620); var api = slider.show().revolution({ sliderType:"standard", sliderLayout:"fullwidth", delay: 15000, autoHeight: 'off', gridheight:500, navigation: { keyboardNavigation:"off", keyboard_direction: "horizontal", mouseScrollNavigation:"off", onHoverStop:"on", arrows: { style:"circle", enable:true, hide_onmobile:false, hide_onleave:false, tmp:'', left: { h_align:"left", v_align:"center", h_offset:30, v_offset:0 }, right: { h_align:"right", v_align:"center", h_offset:30, v_offset:0 } }, touch:{ touchenabled:"on", swipe_threshold: 75, swipe_min_touches: 1, swipe_direction: "horizontal", drag_block_vertical: false }, }, viewPort: { enable:true, outof:"pause", visible_area:"80%" }, shadow: 0, spinner: "spinner2", disableProgressBar:"on", fullScreenOffsetContainer: '.tp-banner-container', hideThumbsOnMobile: "on", hideNavDelayOnMobile: 1500, hideBulletsOnMobile: "on", hideArrowsOnMobile: "on", hideThumbsUnderResolution: 0, }); }); //ready